home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineSprite_769 / frame_210 / DoAction.as
Text File  |  2008-11-12  |  165b  |  12 lines

  1. stop();
  2. z = 10;
  3. while(z >= 1)
  4. {
  5.    if(_root["c" + z]._currentframe <= 204)
  6.    {
  7.       _root["c" + z].gotoAndPlay("re-alive");
  8.       z = 0;
  9.    }
  10.    z--;
  11. }
  12.